home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / maths / funcy2 / !Funcy2 / Presets < prev    next >
Encoding:
Text File  |  1994-05-21  |  651 b   |  27 lines

  1. funcy2:presets
  2.  
  3. | basic functions
  4.  
  5. square,x^2,-7,7,2,-2,29,5
  6. cube,x^3,-2.5,2.5,1,-9,9,2
  7. sqrroot,SQR(x),-1,8.4,2,-1.6,3.36,1
  8. cuberoot,SGNx*ABSx^(1/3),-9,9,2,-2.5,2.5,1
  9. reciprocal,1/x,-6,6,2,-4,4,2
  10.  
  11. | trigonometric functions
  12.  
  13. sin,SIN(x),-6.283,6.283,3.14159,-1.6,1.6,0.5
  14. cos,COS(x),-6.283,6.283,3.14159,-1.6,1.6,0.5
  15. tan,TAN(x),-1.571,7.955,1.571,-6,6,2
  16. invsin,ASN(x),-1,1,0.5,-1.571,1.571,0.785
  17. invcos,ACS(x),-1,1,0.5,-0.349,3.142,1.571
  18. invtan,ATN(x),-6,6,2,-1.571,1.571,0.785
  19.  
  20. | logarithmic functions
  21.  
  22. log,LOG(x),-1,8.4,2,-1,1.48,0.5
  23. lognat,LN(x),-1,8.4,2,-1.6,2.368,1
  24. antilog,10^x,-1.2,1.2,0.5,-1.2,8.1,2
  25. antilognat,EXP(x),-1.6,2.16,1,-1.2,8.1,2
  26.  
  27. |end